home *** CD-ROM | disk | FTP | other *** search
/ VRTools Deliverator Converter / VRTools.iso / Toolturial / How to < prev    next >
Text File  |  1998-12-29  |  3KB  |  69 lines

  1. This is an involved tutorial that shows full use of VRtools suite of software
  2. Print this document and follow the steps exactly. 
  3. ** IMPORTANT Copy this folder to your hard drive first**
  4.  
  5. The aim is produce a web ready, small QTVR multinode.
  6. We start by extracting some half resolution panoramic pictures from an
  7. ancient 20 node QTVR 1.0 multinode with conVRter(using AppleScript).
  8. Then PanoMAGIC is used to quickly create a new linked 3 node QTVR 2.0
  9. movie, adding some extra hotspots for later assignment with conVRter.
  10. Then conVRter is used to add streaming preview pictures, assign some
  11. urls and do default node setup, again with a single AppleScript.
  12. Next a video overlay is added with MoviePlayer (QuickTime 3.0 Pro).
  13. Finally deliVRator is used to optimize the file media for streaming.
  14.  
  15.  
  16. ===> You may want to start right at the beginning
  17. 1 Open the large 20 node "Greenwoodv1.mov" in conVRter
  18. 2 Set the Reverse... dialog to extract 1:2 sized panoramic pictures
  19.          Run "extract node pictures" script
  20.   [Optional: Use PanoTouch to add some burn-in prewarped text]
  21. 3 Make a new Project in PanoMAGIC  "PM Project"
  22.             Create 3 nodes in Node Tab
  23.             Add the extracted pictures to each node
  24.                   [check that pesky Show All PICTS box]
  25.             Link the 3 nodes together
  26.             Add 2 'undf' hotspots for the TVs in node 2:
  27.                 create hotspot on left TV with color #134
  28.                 create hotspot on right TV with color #109
  29.                     (or change the conVRter script(s) to the new hotspot ids)
  30.             Set project tiling 1x12 [so PanoMAGIC doesnt resize the images]
  31.             Set compression to Photo-JPEG 75%
  32.             Set Project Preference to create a QTVR 2.0 movie
  33.             Create the QTVR 2.0 movie as "MiniGreenwoodPM.mov"
  34.  
  35.  
  36. ==> Or you can start here for a tutorial of conVRter Applescripting
  37. 4 Open "MiniGreenwoodPM.mov" in conVRter to web prep the movie
  38.          Run "the whole shebang" script    [depends on particular hotspot ids set in PanoMAGIC]
  39.             This outputs new movie "minibarplus.mov"
  40.  
  41. ==> Now the really cool stuff:  MoviePlayer plus deliVRator
  42. 5 Open the resulting streaming previewed QTVR in MoviePlayer (QT 3.0 Pro)
  43.         and add a video overlay track "greenwood.over1.mov" as follows
  44.             Open "minibarplus.mov" in MoviePlayer
  45.             Get Info:Movie:Controller:  change from QTVR to Movie Controller (needs Pro)
  46.             Import an overlay picture "greenwood.over1.pict" as a movie
  47.             Select all and copy to clipboard.
  48.             Bring "minibarplus.mov" window to front.
  49.             Select All then SHIFT-OPTION plus menu Edit:Paste = Edit:Add Scaled
  50.             Get Info: Select the last video track
  51.             Get Info:General:Rename "Video Track 10 - Overlay"
  52.             Get Info:Size: Adjust: to move the track 20 pixels up
  53.             Get Info:Movie:Controller: change back to QTVR
  54.         Save As [Make Self Contained] as "minibarplusplus.mov"
  55.         
  56. 6 Open "minibarplusplus.mov"  with deliVRator
  57.             Test streaming at say 56K and notice how poorly it streams
  58.             since it was flattened by MoviePlayer: The video overlay is very late
  59.             and the hotspots are not stream early enough for good interactivity.
  60.         Execute the Arrange QTVR Media command and test the streaming
  61.         [You may want to move that pesky overlay just a bit early in file
  62.             Use the Media Tracks window to select the last track media block
  63.                 switch to the Media Map and its the selected block]
  64.         Save as "minibar.mov"
  65.  
  66.         and ftp it to your site :-)
  67.  
  68.  
  69.